API Documentation
Static Public Attributes | List of all members
nkAstraeus::lua::nkGraphicsWrap::Constants Struct Reference

Constants encompassing user type identifiers for the wrapping of nkGraphics. More...

Static Public Attributes

static const std::string NAMESPACE
 Identifies the namespace.
 
static const std::string BOUNDING_BOX
 Identifies a nkGraphics::BoundingBox.
 
static const std::string CAMERA
 Identifies a nkGraphics::Camera.
 
static const std::string CAMERA_MANAGER
 Identifies the nkGraphics::CameraManager.
 
static const std::string FRUSTUM
 Identifies a nkGraphics::Frustum.
 
static const std::string COMPOSITOR
 Identifies a nkGraphics::Compositor.
 
static const std::string COMPOSITOR_MANAGER
 Identifies the nkGraphics::CompositorManager.
 
static const std::string COMPOSITOR_NODE
 Identifies a nkGraphics::CompositorNode.
 
static const std::string ENTITY
 Identifies a nkGraphics::Entity.
 
static const std::string NODE
 Identifies a nkGraphics::Node.
 
static const std::string NODE_MANAGER
 Identifies the nkGraphics::NodeManager.
 
static const std::string SUB_ENTITY
 Identifies a nkGraphics::SubEntity.
 
static const std::string DECODER_GLTF
 Identifies the nkGraphics::GltfMeshDecoder.
 
static const std::string MESH
 Identifies a nkGraphics::Mesh.
 
static const std::string MESH_MANAGER
 Identifies the nkGraphics::MeshManager.
 
static const std::string VERTEX_COMPONENT
 Identifies a nkGraphics::VertexComponent.
 
static const std::string VERTEX_COMPONENT_ARRAY
 Identifies a nkAstraeus::ArrayData<nkGraphics::VertexComponent>.
 
static const std::string VERTEX_COMPOSITION
 Identifies a nkGraphics::VertexComposition.
 
static const std::string PROGRAM
 Identifies a nkGraphics::Program.
 
static const std::string RENDER_QUEUE
 Identifies a nkGraphics::RenderQueue.
 
static const std::string RENDER_QUEUE_MANAGER
 Identifies the nkGraphics::RenderQueueManager.
 
static const std::string SHADER
 Identifies a nkGraphics::Shader.
 
static const std::string SHADER_MANAGER
 Identifies the nkGraphics::ShaderManager.
 
static const std::string TEXTURE
 Identifies a nkGraphics::Texture.
 
static const std::string TEXTURE_MANAGER
 Identifies the nkGraphics::TextureManager.
 
static const std::string TEXTURE_SAVER
 Identifies the nkGraphics::TextureSaver.
 
static const std::string TEXTURE_UTILS
 Identifies the nkGraphics::TextureUtils.
 
static const std::string VIEWPORT
 Identifies a nkGraphics::Viewport.
 
static const std::string VIEWPORT_MANAGER
 Identifies the nkGraphics::ViewportManager.
 

Detailed Description

Constants encompassing user type identifiers for the wrapping of nkGraphics.

Use those constant identifiers to identify wrapped types when wrapping your own functions.


The documentation for this struct was generated from the following file: